home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
arachne.igz
/
arachne.img
/
LEVEL0
/
UTILZ.CAB
/
bin
/
xpsmart.bat
< prev
next >
Wrap
DOS Batch File
|
2005-01-16
|
257b
|
8 lines
@if "%debug%"=="" echo off
if "%cache%"=="smartdrv.exe" goto _end
if not exist %ramdrv%\bin\smartdrv.exe goto _end
if exist %ramdrv%\bin\loaded.bat call %ramdrv%\bin\loaded.bat smartdrv
if errorlevel 1 goto _end
%ldh% %ramdrv%\bin\smartdrv.exe
:_end